home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / root.h < prev    next >
C/C++ Source or Header  |  1992-06-18  |  617b  |  17 lines

  1. /* ******************************************************************** */
  2. /*  root.h           Copyright (C) Codemist and University of Bath 1989 */
  3. /*                                                                      */
  4. /* The root level operations protos                                     */
  5. /* ******************************************************************** */
  6.  
  7. extern MODULE Module_root;
  8.  
  9. LispObject load_module(LispObject*);
  10. extern EUDECL( Rf_load_module);
  11. extern EUDECL( Rf_start_modul);
  12. extern EUDECL( Rf_enter_module);
  13. extern EUDECL( Rf_loaded_modules);
  14.  
  15.  
  16. extern void initialise_root(LispObject*);
  17.